avoid modifications to po files that are under version control
authorDebian Wine Party <debian-wine@lists.debian.org>
Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)
committerMichael Gilbert <mgilbert@debian.org>
Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)
Gbp-Pq: Topic disable
Gbp-Pq: Name po-modifications.patch

tools/makedep.c

index 18cbd6a18be516abb333ff5694f0961e31969df0..011d9d271a4222a1164960af47c290a11db5c5d0 100644 (file)
@@ -2697,11 +2697,6 @@ static void output_po_files( const struct makefile *make )
 
     if (linguas.count)
     {
-        for (i = 0; i < linguas.count; i++)
-            output_filename( strmake( "%s/%s.po", po_dir, linguas.str[i] ));
-        output( ": %s/wine.pot\n", po_dir );
-        output( "\t%smsgmerge --previous -q $@ %s/wine.pot | msgattrib --no-obsolete -o $@.new && mv $@.new $@\n",
-                cmd_prefix( "MSG" ), po_dir );
         output( "po:" );
         for (i = 0; i < linguas.count; i++)
             output_filename( strmake( "%s/%s.po", po_dir, linguas.str[i] ));